home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWOPTIONSIMAGES / TFORMVIEWOPTIONSIMAGES.txt
Encoding:
Text File  |  2009-10-23  |  2.8 KB  |  144 lines

  1. object FormViewOptionsImages: TFormViewOptionsImages
  2.   Left = 305
  3.   Top = 135
  4.   ActiveControl = chkUseIView
  5.   BorderStyle = bsDialog
  6.   Caption = 'Libraries'
  7.   ClientHeight = 278
  8.   ClientWidth = 353
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnCancel: TButton
  21.     Left = 180
  22.     Top = 248
  23.     Width = 81
  24.     Height = 23
  25.     Cancel = True
  26.     Caption = 'Cancel'
  27.     ModalResult = 2
  28.     TabOrder = 3
  29.   end
  30.   object btnOk: TButton
  31.     Left = 92
  32.     Top = 248
  33.     Width = 81
  34.     Height = 23
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 2
  39.   end
  40.   object boxIView: TGroupBox
  41.     Left = 8
  42.     Top = 4
  43.     Width = 337
  44.     Height = 157
  45.     TabOrder = 0
  46.     object labExeIView: TLabel
  47.       Left = 24
  48.       Top = 38
  49.       Width = 99
  50.       Height = 13
  51.       Caption = 'Application filename:'
  52.       FocusControl = btnBrowseExe
  53.     end
  54.     object labExtIView: TLabel
  55.       Left = 24
  56.       Top = 78
  57.       Width = 75
  58.       Height = 13
  59.       Caption = 'File extensions:'
  60.       FocusControl = edExtIView
  61.     end
  62.     object chkUseIView: TCheckBox
  63.       Left = 8
  64.       Top = 16
  65.       Width = 321
  66.       Height = 17
  67.       Caption = 'Use IView'
  68.       TabOrder = 0
  69.       OnClick = chkUseIViewClick
  70.     end
  71.     object edExeIView: TEdit
  72.       Left = 24
  73.       Top = 52
  74.       Width = 257
  75.       Height = 21
  76.       ParentColor = True
  77.       ReadOnly = True
  78.       TabOrder = 1
  79.     end
  80.     object btnBrowseExe: TButton
  81.       Left = 286
  82.       Top = 52
  83.       Width = 41
  84.       Height = 21
  85.       Caption = '...'
  86.       TabOrder = 2
  87.       OnClick = btnBrowseExeClick
  88.     end
  89.     object edExtIView: TEdit
  90.       Left = 24
  91.       Top = 92
  92.       Width = 257
  93.       Height = 21
  94.       TabOrder = 3
  95.     end
  96.     object chkPriority: TCheckBox
  97.       Left = 24
  98.       Top = 116
  99.       Width = 305
  100.       Height = 33
  101.       Caption = 'IrfanView/XnView has higher priority'
  102.       TabOrder = 4
  103.       WordWrap = True
  104.     end
  105.   end
  106.   object boxIJL: TGroupBox
  107.     Left = 8
  108.     Top = 164
  109.     Width = 337
  110.     Height = 77
  111.     TabOrder = 1
  112.     object labExtIJL: TLabel
  113.       Left = 24
  114.       Top = 34
  115.       Width = 75
  116.       Height = 13
  117.       Caption = 'File extensions:'
  118.       FocusControl = edExtIJL
  119.     end
  120.     object chkUseIJL: TCheckBox
  121.       Left = 8
  122.       Top = 16
  123.       Width = 321
  124.       Height = 17
  125.       Caption = 'Use IJL'
  126.       TabOrder = 0
  127.       OnClick = chkUseIJLClick
  128.     end
  129.     object edExtIJL: TEdit
  130.       Left = 24
  131.       Top = 48
  132.       Width = 257
  133.       Height = 21
  134.       TabOrder = 1
  135.     end
  136.   end
  137.   object OpenDialog1: TOpenDialog
  138.     Filter = '*.exe|*.exe'
  139.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  140.     Left = 304
  141.     Top = 80
  142.   end
  143. end
  144.